home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 001a / szmod160.zip / SZMODEM.HLP < prev   
Text File  |  1991-08-02  |  6KB  |  117 lines

  1. :HELP
  2. You may use the HELP command to obtain either a listing of available
  3. commands or to get a brief summary of a command. To get a listing of
  4. commands, type "HELP" by itself. To get help on a specific command,
  5. type "HELP (command name)". For example, "HELP DIR" would get you
  6. help on the DIR COMMAND.
  7. :ATTRIB
  8. The ATTRIB command may be used to view or change the attributes a file
  9. or series of files. The syntax is as follows:
  10.  
  11.     ATTRIB [+-r +-h +-s +-a] FileSpec
  12.  
  13.     (R=Read only, H=Hidden, S=System, A=Archive)
  14. :CD
  15. The CD (or CHDIR) command is used to change the current directory. For
  16. example, typing "CHDIR \DOWNLOADS" would switch you to the \DOWNLOADS
  17. directory (providing you have one). You can also type "CHDIR" by itself
  18. to get the name of the current directory.
  19. :CHDIR
  20. The CD (or CHDIR) command is used to change the current directory. For
  21. example, typing "CHDIR \DOWNLOADS" would switch you to the \DOWNLOADS
  22. directory (providing you have one). You can also type "CHDIR" by itself
  23. to get the name of the current directory.
  24. :CLS
  25. CLS will clear the SDOS window.
  26. :COPY
  27. COPY is a powerful command that lets you copy files from one location
  28. to another. There are two forms of copy supported by SDOS:
  29.  
  30.     COPY <source file> <dest file>        - Copy a single file
  31.     COPY CON <dest file>                  - Copy keyboard output to file
  32.  
  33. If you use the "COPY CON" format, all keyboard output will be sent to the
  34. file until you send a CTRL-Z character.
  35. :D:
  36. "d:" designates a drive letter. For example, typing "A:" would switch you
  37. to drive a, typing "B:" would switch you to drive b, etc.
  38. :DEL
  39. The DEL (or ERASE) command allows you to delete a file or series of files.
  40. DEL accepts one parameter which is the filespec (wild card allowed) of the
  41. file(s) you wish to delete. You will be prompted before the erasure is made
  42. to make sure you wish to delete the files.
  43. :DELNUL
  44. DELNUL is a special command that will delete zero-length files. It accepts the
  45. same parameters as DEL, but will only files that have a size of 0 bytes.
  46. Occasionally, some programs (such as file transfer protocols) may leave zero
  47. length files laying around. This command gets rid of them.
  48. :DIR
  49. The DIR command will list the files in a certain directory. Typed by itself
  50. {i.e. "DIR"), the DIR command will list the files in the current directory.
  51. You may also specify a directory name (i.e. "DIR C:\TURBO") or a file mask
  52. (i.e. "DIR *.PAS") or both (i.e. "DIR C:\TURBO\*.PAS"). Specifying the
  53. /P option will cuase the directory to pause after each screen and
  54. specifying the /W option will display a wide directory. The "/T" option
  55. may be used to display the TRANSFER TIME of each file.
  56. :ERASE
  57. The DEL (or ERASE) command allows you to delete a file or series of files.
  58. DEL accepts one parameter which is the filespec (wild card allowed) of the
  59. file(s) you wish to delete. You will be prompted before the erasure is made
  60. to make sure you wish to delete the files.
  61. :FREE
  62. The FREE command will display the free space on a drive. Typed by itself,
  63. FREE will display the amount of space on the current drive. By specifying
  64. a drive letter, FREE will display the amount of free space on that
  65. drive.
  66. :MD
  67. The MKDIR (or MD) command will allow you to create a subdirectory. The
  68. subdirectory created will be a subdirectory of your current working
  69. directoriy unless you specify otherwise. MKDIR accepts one parameter
  70. which is the directory name/path.
  71. :MKDIR
  72. The MKDIR (or MD) command will allow you to create a subdirectory. The
  73. subdirectory created will be a subdirectory of your current working
  74. directoriy unless you specify otherwise. MKDIR accepts one parameter
  75. which is the directory name/path.
  76. :REN
  77. The REN (or RENAME) command will let you rename and/or move files. Unlike
  78. dos, you can rename across subdirectory - in effect, moving the file.
  79. REN takes two parameters, a source and a destination file name.
  80. :RENAME
  81. The REN (or RENAME) command will let you rename and/or move files. Unlike
  82. dos, you can rename across subdirectory - in effect, moving the file.
  83. REN takes two parameters, a source and a destination file name.
  84. :RMDIR
  85. The RMDIR (or RD) command will let you remove a sub-directory. To do this,
  86. there may be no files or subdirectories located within the subdirectory
  87. you wish to remove. RMDIR takes one parameter, the name/path of the
  88. subdirectory.
  89. :RD
  90. The RMDIR (or RD) command will let you remove a sub-directory. To do this,
  91. there may be no files or subdirectories located within the subdirectory
  92. you wish to remove. RMDIR takes one parameter, the name/path of the
  93. subdirectory.
  94. :SIZE
  95. The SIZE command will display a tally of the number of files, bytes
  96. contained in the files, and the space that would be consumed on a floppy
  97. drive and a hard drive (2048 byte cluster assumed).
  98. :TYPE
  99. The TYPE command allows you to display a file in the SDOS window. The file
  100. may be ascii or binary and will be displayed one page at a time. You will
  101. be promped between pages  to continue or stop. The TYPE command accepts
  102. one numeric parameter which is the filename to display.
  103. :ZIPVIEW
  104. This command will display the file directory of a zip file. The syntax
  105. is ZIPVIEW followed by the name of the zip file you wish to view. (i.e.
  106. ZIPVIEW THISZIP.ZIP".
  107. :DEBUG
  108. DEBUG is a watered-down version of the MSDOS program. With debug, you may
  109. view a binary/ascii file in hexadecimal format. Unlike the MSDOS debug,
  110. you may not make changes to the file. Typing "H" at the debug prompt will
  111. get you a quick command summary.
  112. :BROWSE
  113. BROWSE is a view browser that will allow you to display a file and use the
  114. arrow keys to scroll up and down within that file. It is similar to TYPE,
  115. but you can move backwards as well as forwards.
  116.  
  117.